projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b8b9fa
)
(ask-user-about-supersession-threat): Don't abort when the user hits mouse-2.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 19:08:41 +0000
(19:08 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 27 Sep 2002 19:08:41 +0000
(19:08 +0000)
lisp/userlock.el
patch
|
blob
|
history
diff --git
a/lisp/userlock.el
b/lisp/userlock.el
index 3b3d1fbd728ff279551f4f56eb51b7ddf95c8694..752c3bc90c7f36fb36393efae243a653e1628f8f 100644
(file)
--- a/
lisp/userlock.el
+++ b/
lisp/userlock.el
@@
-115,7
+115,7
@@
The buffer in question is current when this function is called."
(message "%s changed on disk; really edit the buffer? (y, n, r or C-h) "
(file-name-nondirectory fn))
(let ((tem (downcase (let ((cursor-in-echo-area t))
- (read-char)))))
+ (read-char
-exclusive
)))))
(setq answer
(if (= tem help-char)
'help